home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Archived Msgs_ 640 Colored Text / ADV.TEXT.640 next >
Internet Message Format  |  2014-11-30  |  2KB

  1. Path: IIGS Toolbox/Colored Text in 640 mode
  2.  
  3. Subj:  Colored text in 640 mode              90-11-05 08:31:52 EST
  4. From:  AFL Scott
  5. Posted on: America Online
  6.  
  7. Using the defaul system font in 640 mode, according to the manuals, it should be possible to draw text in dithered colors...
  8. So far, the only colors I've been able to get are... Pink, bright, Bright green, black, and white - using all combinations of FontFlags, SetForeColor, and SetBackColor.  Can someone please clue me as to how to generate RED, GREEN, and BLUE text characters in 640 mode using the toolbox?  
  9.  
  10. Apparently I'm missing something very basic here...  
  11.  
  12. Thanks!
  13.  
  14. Scott
  15.  
  16. Path: IIGS Toolbox/Colored Text in 640 mode
  17.  
  18. Subj:  Textcolors                            90-11-05 18:31:10 EST
  19. From:  Damien9
  20. Posted on: America Online
  21.  
  22. Well, I could be wrong, but for dithered colors I think you need to create a penmask with the proper pattern of alternating colors
  23.  
  24. Jeff
  25.  
  26. Path: IIGS Toolbox/Colored Text in 640 mode
  27.  
  28. Subj:  Colour Text                           90-11-08 22:34:04 EST
  29. From:  CodeMaster
  30. Posted on: America Online
  31.  
  32. As far as I know [ as of today! :) ] you can not have Dither colours for text in 640 mode.
  33.  
  34. You can change the color settings and have 16 colours in 640, but not text.
  35.  
  36. Please, some come in here and tell me I'm wrong!
  37.  
  38. CodeSmit
  39.  
  40. Path: IIGS Toolbox/Colored Text in 640 mode
  41.  
  42. Subj:  Uh...                                 90-11-09 00:07:56 EST
  43. From:  MUS1
  44. Posted on: America Online
  45.  
  46. You're wrong! :)
  47.  
  48. That is, if I understand the question - AppleWorks GS lets you make the text any of the 16 dithered colors... not that very many of them look good though. 
  49.  
  50.  
  51. Path: IIGS Toolbox/Colored Text in 640 mode
  52.  
  53. Subj:  Here's now you do it:                 90-11-10 18:36:29 EST
  54. From:  ShanoJ
  55. Posted on: America Online
  56.  
  57. I tried this from NiftyList, on the Finder's screen, but it should work in a real program, too: (all numbers are hex)
  58.  
  59. _SetFontFlags(0004)
  60. _SetForeColor(6666)
  61. _SetBackColor(FFFF)
  62. _DrawString(@"Hi there!")
  63.  
  64. you should get pinkish text on a white background.... Hope this helps!
  65.  
  66. Jonah
  67.  
  68. Folder for a question on Colored Text in 640 mode
  69.  
  70.